Skip to main content

Radial Slider

Type

widget

Summary

The Radial Slider widget is for displaying data on a circular scale format.

Description

The Radial Slider widget is for displaying data on a circular scale format.

Compatibility and Support

Introduced

LiveCode 10

OS

mac

windows

linux

ios

android

Platforms

desktop

mobile

web

Associated Syntax

Property

NameSummarySyntax
minValueSpecifies the value corresponding to a radial slider widget's start value.set the minValue of widget to <number> get the minValue of widget
maxValueSpecifies the value corresponding to a radial slider widget's end value.set the maxValue of widget to <number> get the maxValue of widget
indicatorLineSizeSpecifies the thickness of the Radial Slider line.set the indicatorLineSize of widget to <number> get the indicatorLineSize of widget
measurementUnitSpecify the unit of measure.set the measurementUnit of widget to <string> get the measurementUnit of widget
indicatorColorSpecify the color that the radial slider indicator will have.set the indicatorColor of widget to <RGBA color> get the indicatorColor of widget
scaleBackColorSpecify the color that the background of the radial slider will have.set the scaleBackColor of widget to <RGBA color> get the scaleBackColor of widget
scaleLineColorSpecifies the color of the radial slider scale lines.set the scaleLineColor of widget to <RGBA color> get the scaleLineColor of widget
showKnobSpecifies whether or not to display the knob on the radial sliderset the showKnob of widget to {true | false} get the showKnob of widget
knobRadiusSpecifies the radius with which the knob is drawn.set the knobRadius of widget to <number> get the knobRadius of widget
valueFormatSpecifies the format to render the value.set the valueFormat of widget to <string> get the valueFormat of widget
currentValueSpecifies the current value of a Radial Slider draggable thumb.set the currentValue of widget to <number> get the currentValue of widget
InteractiveSpecifies whether the widget responds to user interactions.set the interactive of widget to {true | false} get the interactive of widget
arcAngleSpecifies the angle used to draw an arc.set the arcAngle of widget to <number> get the arcAngle of widget
indicatorLinesSpecifies the number of lines to be drawn on the gauge.set the indicatorLines of widget to <number> get the indicatorLines of widget

Message

NameSummarySyntax
valueChangedSent when the user moves the radial slider.valueChanged pCurrentValue